home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0769B.ZIP / VERTMOUT.PRG < prev   
Text File  |  1987-10-02  |  9KB  |  148 lines

  1.  
  2. mMENU1 =1
  3. set message to 22
  4. do while mMENU1  <> 32
  5.     @ 0, 0 clear
  6.     @ 1,21 say "This is sample output for vertmenu.dbf"
  7. * menu choice  1
  8.    @  4, 2 prompt "a. option # 1 They can be this long";
  9.    message "This is the longer message just for option # 1.  It should be long enough!----"
  10. * menu choice  2
  11.    @  5, 2 prompt "b. option # 2 Greg Scott           ";
  12.    message "This is the longer message just for option # 2.  It should be long enough!    "
  13. * menu choice  3
  14.    @  6, 2 prompt "c. option # 3 270 DuCote           ";
  15.    message "This is the longer message just for option # 3.  It should be long enough!    "
  16. * menu choice  4
  17.    @  7, 2 prompt "d. option # 4 Beaumont, Texas 77707";
  18.    message "This is the longer message just for option # 4.  It should be long enough!    "
  19. * menu choice  5
  20.    @  8, 2 prompt "e. option # 5 office 713-471-6601  ";
  21.    message "This is the longer message just for option # 5.  It should be long enough!    "
  22. * menu choice  6
  23.    @  9, 2 prompt "f. option # 6 home   409-833-6226  ";
  24.    message "This is the longer message just for option # 6.  It should be long enough!    "
  25. * menu choice  7
  26.    @ 10, 2 prompt "g. option # 7 I use Fox BBS in Hous";
  27.    message "This is the longer message just for option # 7.  It should be long enough!    "
  28. * menu choice  8
  29.    @ 11, 2 prompt "h. option # 8 and HAL-1 mostly     ";
  30.    message "This is the longer message just for option # 8.  It should be long enough!    "
  31. * menu choice  9
  32.    @ 12, 2 prompt "i. option # 9                      ";
  33.    message "This is the longer message just for option # 9.  It should be long enough!    "
  34. * menu choice 10
  35.    @ 13, 2 prompt "j. option #10                      ";
  36.    message "This is the longer message just for option #10.  It should be long enough!    "
  37. * menu choice 11
  38.    @ 14, 2 prompt "k. option #11                      ";
  39.    message "This is the longer message just for option #11.  It should be long enough!    "
  40. * menu choice 12
  41.    @ 15, 2 prompt "l. option #12                      ";
  42.    message "This is the longer message just for option #12.  It should be long enough!    "
  43. * menu choice 13
  44.    @ 16, 2 prompt "m. option #13                      ";
  45.    message "This is the longer message just for option #13.  It should be long enough!    "
  46. * menu choice 14
  47.    @ 17, 2 prompt "n. option #14                      ";
  48.    message "This is the longer message just for option #14.  It should be long enough!    "
  49. * menu choice 15
  50.    @ 18, 2 prompt "o. option #15                      ";
  51.    message "This is the longer message just for option #15.  It should be long enough!    "
  52. * menu choice 16
  53.    @ 19, 2 prompt "p. option #16 Bottom option on scre";
  54.    message "This is the longer message just for option #16.  It should be long enough!    "
  55. * menu choice 17
  56.    @  4,42 prompt "q. option #17 Top option on screen ";
  57.    message "This is the longer message just for option #17.  It should be long enough!    "
  58. * menu choice 18
  59.    @  5,42 prompt "r. option #18                      ";
  60.    message "This is the longer message just for option #18.  It should be long enough!    "
  61. * menu choice 19
  62.    @  6,42 prompt "s. option #19                      ";
  63.    message "This is the longer message just for option #19.  It should be long enough!    "
  64. * menu choice 20
  65.    @  7,42 prompt "t. option #20                      ";
  66.    message "This is the longer message just for option #20.  It should be long enough!    "
  67. * menu choice 21
  68.    @  8,42 prompt "u. option #21                      ";
  69.    message "This is the longer message just for option #21.  It should be long enough!    "
  70. * menu choice 22
  71.    @  9,42 prompt "v. option #22                      ";
  72.    message "This is the longer message just for option #22.  It should be long enough!    "
  73. * menu choice 23
  74.    @ 10,42 prompt "w. option #23                      ";
  75.    message "This is the longer message just for option #23.  It should be long enough!    "
  76. * menu choice 24
  77.    @ 11,42 prompt "x. option #24                      ";
  78.    message "This is the longer message just for option #24.  It should be long enough!    "
  79. * menu choice 25
  80.    @ 12,42 prompt "y. option #25                      ";
  81.    message "This is the longer message just for option #25.  It should be long enough!    "
  82. * menu choice 26
  83.    @ 13,42 prompt "z. option #26                      ";
  84.    message "This is the longer message just for option #26.  It should be long enough!    "
  85. * menu choice 27
  86.    @ 14,42 prompt "1. option #27                      ";
  87.    message "This is the longer message just for option #27.  It should be long enough!    "
  88. * menu choice 28
  89.    @ 15,42 prompt "2. option #28                      ";
  90.    message "This is the longer message just for option #28.  It should be long enough!    "
  91. * menu choice 29
  92.    @ 16,42 prompt "3. option #29                      ";
  93.    message "This is the longer message just for option #29.  It should be long enough!    "
  94. * menu choice 30
  95.    @ 17,42 prompt "4. option #30                      ";
  96.    message "This is the longer message just for option #30.  It should be long enough!    "
  97. * menu choice 31
  98.    @ 18,42 prompt "5. option #31                      ";
  99.    message "This is the longer message just for option #31.  It should be long enough!    "
  100. * menu choice 32
  101.    @ 19,42 prompt "9. option #32 The last one. exit !!";
  102.    message "The last record, or the 32nd one will be trigger a return to calling program. "
  103.    menu to mMENU1 
  104. do case
  105. case mMENU1  =  1  && This is the longer message just for option # 1.  It should be long enough!----
  106. * THIS COMMAND IS ONLY A COMMENT                                                
  107. WAIT                                                                            
  108. case mMENU1  =  2  && This is the longer message just for option # 2.  It should be long enough!    
  109. !DIR *.*                                                                        
  110. case mMENU1  =  3  && This is the longer message just for option # 3.  It should be long enough!    
  111. !PAUSE  THIS DOESN'T DO MUCH                                                    
  112. case mMENU1  =  4  && This is the longer message just for option # 4.  It should be long enough!    
  113. ? [if you're using Clipper, you shouldn't need sample dbase code here.]         
  114. case mMENU1  =  5  && This is the longer message just for option # 5.  It should be long enough!    
  115. do PREFIX5
  116. * the rest of the options will be left blank.                                   
  117. case mMENU1  =  6  && This is the longer message just for option # 6.  It should be long enough!    
  118. do PREFIX6
  119. ?                                                                               
  120. case mMENU1  =  7  && This is the longer message just for option # 7.  It should be long enough!    
  121. do PREFIX7
  122. case mMENU1  =  8  && This is the longer message just for option # 8.  It should be long enough!    
  123. case mMENU1  =  9  && This is the longer message just for option # 9.  It should be long enough!    
  124. case mMENU1  = 10  && This is the longer message just for option #10.  It should be long enough!    
  125. case mMENU1  = 11  && This is the longer message just for option #11.  It should be long enough!    
  126. case mMENU1  = 12  && This is the longer message just for option #12.  It should be long enough!    
  127. case mMENU1  = 13  && This is the longer message just for option #13.  It should be long enough!    
  128. case mMENU1  = 14  && This is the longer message just for option #14.  It should be long enough!    
  129. case mMENU1  = 15  && This is the longer message just for option #15.  It should be long enough!    
  130. case mMENU1  = 16  && This is the longer message just for option #16.  It should be long enough!    
  131. case mMENU1  = 17  && This is the longer message just for option #17.  It should be long enough!    
  132. case mMENU1  = 18  && This is the longer message just for option #18.  It should be long enough!    
  133. case mMENU1  = 19  && This is the longer message just for option #19.  It should be long enough!    
  134. case mMENU1  = 20  && This is the longer message just for option #20.  It should be long enough!    
  135. case mMENU1  = 21  && This is the longer message just for option #21.  It should be long enough!    
  136. case mMENU1  = 22  && This is the longer message just for option #22.  It should be long enough!    
  137. case mMENU1  = 23  && This is the longer message just for option #23.  It should be long enough!    
  138. case mMENU1  = 24  && This is the longer message just for option #24.  It should be long enough!    
  139. case mMENU1  = 25  && This is the longer message just for option #25.  It should be long enough!    
  140. case mMENU1  = 26  && This is the longer message just for option #26.  It should be long enough!    
  141. case mMENU1  = 27  && This is the longer message just for option #27.  It should be long enough!    
  142. case mMENU1  = 28  && This is the longer message just for option #28.  It should be long enough!    
  143. case mMENU1  = 29  && This is the longer message just for option #29.  It should be long enough!    
  144. case mMENU1  = 30  && This is the longer message just for option #30.  It should be long enough!    
  145. case mMENU1  = 31  && This is the longer message just for option #31.  It should be long enough!    
  146. case mMENU1  = 32  && The last record, or the 32nd one will be trigger a return to calling program. 
  147. endcase
  148. enddo